home *** CD-ROM | disk | FTP | other *** search
- For those of you who have as many different autoexec and config
- file as I do may be interested in my latest up load autoexec.arc.
- this collection of files provides some help in managing auto exec
- files. I assume you have two directories off the main root directory
- batch and sys. In the batch directory you will have files
- autoexec.???. Where ??? is a three digit number. In the sys
- directory you will have files config.???. Where again ??? is a
- three digit number. The numbers should go together for if you
- want autoexec.000 to be used with config.000 they should have the
- same file extension. I use numbers for my convenience you could use
- any three valid file characters for file extensions.
- Once you have your files in order your ready to go.
- type newauto ??? where ??? is the pair of an autoexec and config
- file you want to be active. The batch file will copy the new files
- into the root directory and rename the old ones to *.bak. Then the
- batch file will call reset.com this is a program file which resets the
- computer by calling the power on reset address FFFF:0000H.
- Once the system reboots the new autoexec and config will take place.